Notification Channels
The Notification module defines how the CMP portal communicates events resulting from a triggered rule. There are two methods of communication:
- Email Channel:Sends email notifications when a rule is triggered. Configuration requires specifying recipient email address.
- HTTP Push API Channel: Sends notifications as HTTPS POST requests to a specified URL. Configuration requires specifying the target URL and potentially authentication details.
NOTE: Each rule can have multiple notifications, each using a single channel (email or HTTP). You can mix email and HTTP notifications within a single rule.
A screen capture of the Notification module is shown here.